SetNodeValueRequest

data class SetNodeValueRequest(nodeId: NodeId, value: String)

Represents request frame that can be used with DOM#setNodeValue operation call.

Sets node value for a node with given id.

See also

Constructors

SetNodeValueRequest
Link copied to clipboard
fun SetNodeValueRequest(nodeId: NodeId, value: String)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to set value for.
value
Link copied to clipboard
val value: String
New node's value.

Sources

jvm source
Link copied to clipboard